home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global selectedvideonum, status
- if status <> EMPTY then
- if the puppet of sprite 19 = 1 then
- beepsound()
- exit
- end if
- end if
- eracemenudownbutton()
- set selectedvideonum to char 1 of string(selectedvideonum) & "P"
- if button() then
- go(selectedvideonum)
- end if
- end
-